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.6787,-121.293)};var g_ba7e0506cc52de5cbb50d8ed8005a949 = new google.maps.Geocoder();g_ba7e0506cc52de5cbb50d8ed8005a949.geocode( { 'address': "7381 Greenback Ln, Citrus Heights, CA 95621, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citrus-heights-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('citrus-heights-CA-bank-of-the-west'), mapOptions);}document.getElementById('3812a3ce').innerHTML += ' | View Map';var $lba7e0506cc52de5cbb50d8ed8005a949 = '

Bank of the West

Address: 7381 Greenback Ln, Citrus Heights, CA 95621, USA
Phone: (916) 726-2486
';var m_ba7e0506cc52de5cbb50d8ed8005a949 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_ba7e0506cc52de5cbb50d8ed8005a949['infowindow'] = new google.maps.InfoWindow({content: $lba7e0506cc52de5cbb50d8ed8005a949});var infowindow = new google.maps.InfoWindow({content: $lba7e0506cc52de5cbb50d8ed8005a949});google.maps.event.addListener(m_ba7e0506cc52de5cbb50d8ed8005a949, 'click', function() {infowindow.open(map,m_ba7e0506cc52de5cbb50d8ed8005a949);});$marker.push(m_ba7e0506cc52de5cbb50d8ed8005a949);}});}google.maps.event.addDomListener(window, 'load', initialize);