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(38.1194,-122.253)};var g_076ed674c58605a3ad3a3b1de734bbb3 = new google.maps.Geocoder();g_076ed674c58605a3ad3a3b1de734bbb3.geocode( { 'address': "145 Valle Vista Ave G, Vallejo, CA 94590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vallejo-CA-befit-financial-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('vallejo-CA-befit-financial-federal-credit-union'), mapOptions);}document.getElementById('5b733db5').innerHTML += ' | View Map';var $l076ed674c58605a3ad3a3b1de734bbb3 = '

Befit Financial Federal Credit Union

Address: 145 Valle Vista Ave G, Vallejo, CA 94590, USA
Phone: (707) 557-8900
';var m_076ed674c58605a3ad3a3b1de734bbb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Befit Financial Federal Credit Union',});m_076ed674c58605a3ad3a3b1de734bbb3['infowindow'] = new google.maps.InfoWindow({content: $l076ed674c58605a3ad3a3b1de734bbb3});var infowindow = new google.maps.InfoWindow({content: $l076ed674c58605a3ad3a3b1de734bbb3});google.maps.event.addListener(m_076ed674c58605a3ad3a3b1de734bbb3, 'click', function() {infowindow.open(map,m_076ed674c58605a3ad3a3b1de734bbb3);});$marker.push(m_076ed674c58605a3ad3a3b1de734bbb3);}});}google.maps.event.addDomListener(window, 'load', initialize);