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(32.6807,-115.5)};var g_239f77206b71c57c47a4eff1e5d08f6b = new google.maps.Geocoder();g_239f77206b71c57c47a4eff1e5d08f6b.geocode( { 'address': "1113 Imperial W Ave #106, Calexico, CA 92231, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calexico-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('calexico-CA-advance-america'), mapOptions);}document.getElementById('4b0ed0eb').innerHTML += ' | View Map';var $l239f77206b71c57c47a4eff1e5d08f6b = '

Advance America

Address: 1113 Imperial W Ave #106, Calexico, CA 92231, USA
Phone: (760) 357-9858
';var m_239f77206b71c57c47a4eff1e5d08f6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_239f77206b71c57c47a4eff1e5d08f6b['infowindow'] = new google.maps.InfoWindow({content: $l239f77206b71c57c47a4eff1e5d08f6b});var infowindow = new google.maps.InfoWindow({content: $l239f77206b71c57c47a4eff1e5d08f6b});google.maps.event.addListener(m_239f77206b71c57c47a4eff1e5d08f6b, 'click', function() {infowindow.open(map,m_239f77206b71c57c47a4eff1e5d08f6b);});$marker.push(m_239f77206b71c57c47a4eff1e5d08f6b);}});}google.maps.event.addDomListener(window, 'load', initialize);