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(33.1255,-115.515)};var g_f235433df651f98a600ada0d40e1f54c = new google.maps.Geocoder();g_f235433df651f98a600ada0d40e1f54c.geocode( { 'address': "141 W Main St, Calipatria, CA 92233, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calipatria-CA-sun-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('calipatria-CA-sun-community-federal-credit-union'), mapOptions);}document.getElementById('3bdf7968').innerHTML += ' | View Map';var $lf235433df651f98a600ada0d40e1f54c = '

Sun Community Federal Credit Union

Address: 141 W Main St, Calipatria, CA 92233, USA
Phone: (760) 337-4200
';var m_f235433df651f98a600ada0d40e1f54c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Community Federal Credit Union',});m_f235433df651f98a600ada0d40e1f54c['infowindow'] = new google.maps.InfoWindow({content: $lf235433df651f98a600ada0d40e1f54c});var infowindow = new google.maps.InfoWindow({content: $lf235433df651f98a600ada0d40e1f54c});google.maps.event.addListener(m_f235433df651f98a600ada0d40e1f54c, 'click', function() {infowindow.open(map,m_f235433df651f98a600ada0d40e1f54c);});$marker.push(m_f235433df651f98a600ada0d40e1f54c);}});}google.maps.event.addDomListener(window, 'load', initialize);