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.7381,-114.633)};var g_24832f5379efdc46be90967d1581a3ca = new google.maps.Geocoder();g_24832f5379efdc46be90967d1581a3ca.geocode( { 'address': "2125 Winterhaven Dr, Winterhaven, CA 92283, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winterhaven-CA-advance-cash').style.display = '';map = new google.maps.Map(document.getElementById('winterhaven-CA-advance-cash'), mapOptions);}document.getElementById('4d8b3e22').innerHTML += ' | View Map';var $l24832f5379efdc46be90967d1581a3ca = '

Advance Cash

Address: 2125 Winterhaven Dr, Winterhaven, CA 92283, USA
Phone: (760) 572-4000
';var m_24832f5379efdc46be90967d1581a3ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance Cash',});m_24832f5379efdc46be90967d1581a3ca['infowindow'] = new google.maps.InfoWindow({content: $l24832f5379efdc46be90967d1581a3ca});var infowindow = new google.maps.InfoWindow({content: $l24832f5379efdc46be90967d1581a3ca});google.maps.event.addListener(m_24832f5379efdc46be90967d1581a3ca, 'click', function() {infowindow.open(map,m_24832f5379efdc46be90967d1581a3ca);});$marker.push(m_24832f5379efdc46be90967d1581a3ca);}});}google.maps.event.addDomListener(window, 'load', initialize);