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.6972,-115.499)};var g_02a75e7ec8f97cbfca8f44c285da012f = new google.maps.Geocoder();g_02a75e7ec8f97cbfca8f44c285da012f.geocode( { 'address': "2534 Rockwood Ave, Calexico, CA 92231, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calexico-CA-first-imperial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('calexico-CA-first-imperial-credit-union'), mapOptions);}document.getElementById('bc324853').innerHTML += ' | View Map';var $l02a75e7ec8f97cbfca8f44c285da012f = '

First Imperial Credit Union

Address: 2534 Rockwood Ave, Calexico, CA 92231, USA
Phone: (760) 357-5117
';var m_02a75e7ec8f97cbfca8f44c285da012f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Imperial Credit Union',});m_02a75e7ec8f97cbfca8f44c285da012f['infowindow'] = new google.maps.InfoWindow({content: $l02a75e7ec8f97cbfca8f44c285da012f});var infowindow = new google.maps.InfoWindow({content: $l02a75e7ec8f97cbfca8f44c285da012f});google.maps.event.addListener(m_02a75e7ec8f97cbfca8f44c285da012f, 'click', function() {infowindow.open(map,m_02a75e7ec8f97cbfca8f44c285da012f);});$marker.push(m_02a75e7ec8f97cbfca8f44c285da012f);}});}google.maps.event.addDomListener(window, 'load', initialize);