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(34.9147,-120.435)};var g_c94a589bdd47870b1d74b258d1ce3b33 = new google.maps.Geocoder();g_c94a589bdd47870b1d74b258d1ce3b33.geocode( { 'address': "2506 S Broadway, Santa Maria, CA 93454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-maria-CA-sesloc-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('santa-maria-CA-sesloc-federal-credit-union'), mapOptions);}document.getElementById('a237670a').innerHTML += ' | View Map';var $lc94a589bdd47870b1d74b258d1ce3b33 = '

SESLOC Federal Credit Union

Address: 2506 S Broadway, Santa Maria, CA 93454, USA
Phone: (805) 543-1816
';var m_c94a589bdd47870b1d74b258d1ce3b33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SESLOC Federal Credit Union',});m_c94a589bdd47870b1d74b258d1ce3b33['infowindow'] = new google.maps.InfoWindow({content: $lc94a589bdd47870b1d74b258d1ce3b33});var infowindow = new google.maps.InfoWindow({content: $lc94a589bdd47870b1d74b258d1ce3b33});google.maps.event.addListener(m_c94a589bdd47870b1d74b258d1ce3b33, 'click', function() {infowindow.open(map,m_c94a589bdd47870b1d74b258d1ce3b33);});$marker.push(m_c94a589bdd47870b1d74b258d1ce3b33);}});}google.maps.event.addDomListener(window, 'load', initialize);