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.6553,-121.123)};var g_43d3086a393c210ddc2edca294642335 = new google.maps.Geocoder();g_43d3086a393c210ddc2edca294642335.geocode( { 'address': "2750 E Bidwell St #400, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-chase-bank'), mapOptions);}document.getElementById('d9d32a64').innerHTML += ' | View Map';var $l43d3086a393c210ddc2edca294642335 = '

Chase Bank

Address: 2750 E Bidwell St #400, Folsom, CA 95630, USA
Phone: (916) 983-9701
';var m_43d3086a393c210ddc2edca294642335 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_43d3086a393c210ddc2edca294642335['infowindow'] = new google.maps.InfoWindow({content: $l43d3086a393c210ddc2edca294642335});var infowindow = new google.maps.InfoWindow({content: $l43d3086a393c210ddc2edca294642335});google.maps.event.addListener(m_43d3086a393c210ddc2edca294642335, 'click', function() {infowindow.open(map,m_43d3086a393c210ddc2edca294642335);});$marker.push(m_43d3086a393c210ddc2edca294642335);}});}google.maps.event.addDomListener(window, 'load', initialize);