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.7934,-115.573)};var g_0c74b7f78409a4022a2c4c5a5ca3ee19 = new google.maps.Geocoder();g_0c74b7f78409a4022a2c4c5a5ca3ee19.geocode( { 'address': "1602 Main St, El Centro, CA 92243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-centro-CA-first-imperial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('el-centro-CA-first-imperial-credit-union'), mapOptions);}document.getElementById('3f718f59').innerHTML += ' | View Map';var $l0c74b7f78409a4022a2c4c5a5ca3ee19 = '

First Imperial Credit Union

Address: 1602 Main St, El Centro, CA 92243, USA
Phone: (760) 352-1540
';var m_0c74b7f78409a4022a2c4c5a5ca3ee19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Imperial Credit Union',});m_0c74b7f78409a4022a2c4c5a5ca3ee19['infowindow'] = new google.maps.InfoWindow({content: $l0c74b7f78409a4022a2c4c5a5ca3ee19});var infowindow = new google.maps.InfoWindow({content: $l0c74b7f78409a4022a2c4c5a5ca3ee19});google.maps.event.addListener(m_0c74b7f78409a4022a2c4c5a5ca3ee19, 'click', function() {infowindow.open(map,m_0c74b7f78409a4022a2c4c5a5ca3ee19);});$marker.push(m_0c74b7f78409a4022a2c4c5a5ca3ee19);}});}google.maps.event.addDomListener(window, 'load', initialize);