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(38.1136,-121.304)};var g_36f0052da9cf0f101267b6e7f6629248 = new google.maps.Geocoder();g_36f0052da9cf0f101267b6e7f6629248.geocode( { 'address': "2414 W Kettleman Ln #200, Lodi, CA 95242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('lodi-CA-advance-america'), mapOptions);}document.getElementById('bb5623a6').innerHTML += ' | View Map';var $l36f0052da9cf0f101267b6e7f6629248 = '

Advance America

Address: 2414 W Kettleman Ln #200, Lodi, CA 95242, USA
Phone: (209) 367-4496
';var m_36f0052da9cf0f101267b6e7f6629248 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_36f0052da9cf0f101267b6e7f6629248['infowindow'] = new google.maps.InfoWindow({content: $l36f0052da9cf0f101267b6e7f6629248});var infowindow = new google.maps.InfoWindow({content: $l36f0052da9cf0f101267b6e7f6629248});google.maps.event.addListener(m_36f0052da9cf0f101267b6e7f6629248, 'click', function() {infowindow.open(map,m_36f0052da9cf0f101267b6e7f6629248);});$marker.push(m_36f0052da9cf0f101267b6e7f6629248);}});}google.maps.event.addDomListener(window, 'load', initialize);