var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(37.0196,-121.578)};var g_aa1a84431c13e2b40b16355e1fb93898 = new google.maps.Geocoder();g_aa1a84431c13e2b40b16355e1fb93898.geocode( { 'address': "8401 Church St d, Gilroy, CA 95020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gilroy-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('gilroy-CA-advance-america'), mapOptions);}document.getElementById('a182d699').innerHTML += ' | View Map';var $laa1a84431c13e2b40b16355e1fb93898 = '

Advance America

Address: 8401 Church St d, Gilroy, CA 95020, USA
Phone: (408) 842-0263
';var m_aa1a84431c13e2b40b16355e1fb93898 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_aa1a84431c13e2b40b16355e1fb93898['infowindow'] = new google.maps.InfoWindow({content: $laa1a84431c13e2b40b16355e1fb93898});var infowindow = new google.maps.InfoWindow({content: $laa1a84431c13e2b40b16355e1fb93898});google.maps.event.addListener(m_aa1a84431c13e2b40b16355e1fb93898, 'click', function() {infowindow.open(map,m_aa1a84431c13e2b40b16355e1fb93898);});$marker.push(m_aa1a84431c13e2b40b16355e1fb93898);}});}google.maps.event.addDomListener(window, 'load', initialize);