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.8077,-115.57)};var g_60840c815f8c0cebf6834f59598537b3 = new google.maps.Geocoder();g_60840c815f8c0cebf6834f59598537b3.geocode( { 'address': "1602 N 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-golden-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('el-centro-CA-golden-1-credit-union'), mapOptions);}document.getElementById('79f7fea4').innerHTML += ' | View Map';var $l60840c815f8c0cebf6834f59598537b3 = '

Golden 1 Credit Union

Address: 1602 N Imperial Ave, El Centro, CA 92243, USA
Phone: (877) 465-3361
';var m_60840c815f8c0cebf6834f59598537b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden 1 Credit Union',});m_60840c815f8c0cebf6834f59598537b3['infowindow'] = new google.maps.InfoWindow({content: $l60840c815f8c0cebf6834f59598537b3});var infowindow = new google.maps.InfoWindow({content: $l60840c815f8c0cebf6834f59598537b3});google.maps.event.addListener(m_60840c815f8c0cebf6834f59598537b3, 'click', function() {infowindow.open(map,m_60840c815f8c0cebf6834f59598537b3);});$marker.push(m_60840c815f8c0cebf6834f59598537b3);}});}google.maps.event.addDomListener(window, 'load', initialize);