Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8709939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:29:52+00:00 2026-06-13T04:29:52+00:00

I am implementing Google maps V3, I have a feature to search a location

  • 0

I am implementing Google maps V3, I have a feature to search a location by proving address like ‘5415 E High St. Suite 460, Phoenix, AZ, 85054’ and searching through geocoder and it is not providing me any result. Below is my code snippet. I have searched this same address in bing and it is providing me correct location.

var geocoder;
    geocoder = new google.maps.Geocoder();
    var address = document.getElementById('txtLocation').value;
    geocoder.geocode({ 'address': address }, function (results, status) {
        if (status == google.maps.GeocoderStatus.OK) {
            map.setCenter(results[0].geometry.location);
            marker = new google.maps.Marker({
                map: map,
                zoom: 15,
                position: results[0].geometry.location,
                dragable: true
            });

Please let me know where am i going wrong and what should i do to get correct location.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T04:29:53+00:00Added an answer on June 13, 2026 at 4:29 am

    Make sure you’re closing your braces and function calls. When I made your example into valid JavaScript I had no problem getting it to work:

    var geocoder = new google.maps.Geocoder();
    var address = document.getElementById('txtLocation').value;
    
    geocoder.geocode({ 
      'address': address 
    }, function (results, status) {
      if (status == google.maps.GeocoderStatus.OK) {
        map.setCenter(results[0].geometry.location);
        marker = new google.maps.Marker({
          map: map,
          zoom: 15,
          position: results[0].geometry.location,
          dragable: true
        });
      }
    });
    

    You can see it in action on this jsbin

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm implementing Google Maps service with PHP/CURL and currently have a problem with Maps
I'm currently working on a Google Maps project and am implementing a search function.
I'm implementing Bing Maps on a page (I'd prefer Google Maps, but it's not
I'm implementing Google Maps into a new project and one page should return a
I am developing an application via the Google Maps API (Version 3). I have
Two questions: NOTE: I am not implementing google maps in my application, I am
Ive been trying to solve some issues for implementing google maps with the api
I will be implementing a search feature on a project to allow a user
i am implementing a Location Picker like this one: http://m.rhinvivant-lebendigerrhein.eu/geopick.php?raz=1 But when I load
I am implementing Google Cloud Messaging service for android. I have created a test

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.