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.6726,-121.164)};var g_b1e29b063abb0df020455f6ef5a9db8d = new google.maps.Geocoder();g_b1e29b063abb0df020455f6ef5a9db8d.geocode( { 'address': "521 E Bidwell St, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-us-bank-branch'), mapOptions);}document.getElementById('4a40f33d').innerHTML += ' | View Map';var $lb1e29b063abb0df020455f6ef5a9db8d = '

U.S. Bank Branch

Address: 521 E Bidwell St, Folsom, CA 95630, USA
Phone: (916) 983-4451
';var m_b1e29b063abb0df020455f6ef5a9db8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_b1e29b063abb0df020455f6ef5a9db8d['infowindow'] = new google.maps.InfoWindow({content: $lb1e29b063abb0df020455f6ef5a9db8d});var infowindow = new google.maps.InfoWindow({content: $lb1e29b063abb0df020455f6ef5a9db8d});google.maps.event.addListener(m_b1e29b063abb0df020455f6ef5a9db8d, 'click', function() {infowindow.open(map,m_b1e29b063abb0df020455f6ef5a9db8d);});$marker.push(m_b1e29b063abb0df020455f6ef5a9db8d);}});var g_a1ff6655eb87bc1b74efcf397807a570 = new google.maps.Geocoder();g_a1ff6655eb87bc1b74efcf397807a570.geocode( { 'address': "1850 Prairie City Rd, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-us-bank-branch'), mapOptions);}document.getElementById('6aa2e019').innerHTML += ' | View Map';var $la1ff6655eb87bc1b74efcf397807a570 = '

U.S. Bank Branch

Address: 1850 Prairie City Rd, Folsom, CA 95630, USA
Phone: (916) 355-1420
';var m_a1ff6655eb87bc1b74efcf397807a570 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_a1ff6655eb87bc1b74efcf397807a570['infowindow'] = new google.maps.InfoWindow({content: $la1ff6655eb87bc1b74efcf397807a570});var infowindow = new google.maps.InfoWindow({content: $la1ff6655eb87bc1b74efcf397807a570});google.maps.event.addListener(m_a1ff6655eb87bc1b74efcf397807a570, 'click', function() {infowindow.open(map,m_a1ff6655eb87bc1b74efcf397807a570);});$marker.push(m_a1ff6655eb87bc1b74efcf397807a570);}});}google.maps.event.addDomListener(window, 'load', initialize);