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.7907,-115.57)};var g_266cabd059ecc743115e849b689d4183 = new google.maps.Geocoder();g_266cabd059ecc743115e849b689d4183.geocode( { 'address': "252 S Imperial Ave, El Centro, CA 92243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-centro-CA-check-cash').style.display = '';map = new google.maps.Map(document.getElementById('el-centro-CA-check-cash'), mapOptions);}document.getElementById('fafe160d').innerHTML += ' | View Map';var $l266cabd059ecc743115e849b689d4183 = '

Check Cash

Address: 252 S Imperial Ave, El Centro, CA 92243, USA
Phone: (760) 353-6130
';var m_266cabd059ecc743115e849b689d4183 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cash',});m_266cabd059ecc743115e849b689d4183['infowindow'] = new google.maps.InfoWindow({content: $l266cabd059ecc743115e849b689d4183});var infowindow = new google.maps.InfoWindow({content: $l266cabd059ecc743115e849b689d4183});google.maps.event.addListener(m_266cabd059ecc743115e849b689d4183, 'click', function() {infowindow.open(map,m_266cabd059ecc743115e849b689d4183);});$marker.push(m_266cabd059ecc743115e849b689d4183);}});}google.maps.event.addDomListener(window, 'load', initialize);