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.3538,-121.973)};var g_a3b2404be3c558373c40906ef1dc5356 = new google.maps.Geocoder();g_a3b2404be3c558373c40906ef1dc5356.geocode( { 'address': "151 Elmira Rd, Vacaville, CA 95687, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vacaville-CA-solano-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('vacaville-CA-solano-first-federal-credit-union'), mapOptions);}document.getElementById('234e3dea').innerHTML += ' | View Map';var $la3b2404be3c558373c40906ef1dc5356 = '

Solano First Federal Credit Union

Address: 151 Elmira Rd, Vacaville, CA 95687, USA
Phone: (707) 422-1342
';var m_a3b2404be3c558373c40906ef1dc5356 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Solano First Federal Credit Union',});m_a3b2404be3c558373c40906ef1dc5356['infowindow'] = new google.maps.InfoWindow({content: $la3b2404be3c558373c40906ef1dc5356});var infowindow = new google.maps.InfoWindow({content: $la3b2404be3c558373c40906ef1dc5356});google.maps.event.addListener(m_a3b2404be3c558373c40906ef1dc5356, 'click', function() {infowindow.open(map,m_a3b2404be3c558373c40906ef1dc5356);});$marker.push(m_a3b2404be3c558373c40906ef1dc5356);}});}google.maps.event.addDomListener(window, 'load', initialize);