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.6831,-121.161)};var g_ddc0196616bc2f775a1be974ac898180 = new google.maps.Geocoder();g_ddc0196616bc2f775a1be974ac898180.geocode( { 'address': "701 E Bidwell St, Folsom, CA 95630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-premier-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-premier-west-bank'), mapOptions);}document.getElementById('ff633664').innerHTML += ' | View Map';var $lddc0196616bc2f775a1be974ac898180 = '

Premier West Bank

Address: 701 E Bidwell St, Folsom, CA 95630
Phone: (916) 984-8880
';var m_ddc0196616bc2f775a1be974ac898180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier West Bank',});m_ddc0196616bc2f775a1be974ac898180['infowindow'] = new google.maps.InfoWindow({content: $lddc0196616bc2f775a1be974ac898180});var infowindow = new google.maps.InfoWindow({content: $lddc0196616bc2f775a1be974ac898180});google.maps.event.addListener(m_ddc0196616bc2f775a1be974ac898180, 'click', function() {infowindow.open(map,m_ddc0196616bc2f775a1be974ac898180);});$marker.push(m_ddc0196616bc2f775a1be974ac898180);}});}google.maps.event.addDomListener(window, 'load', initialize);