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.157,-121.147)};var g_9c0badf6e91e4834393525f7dca1291d = new google.maps.Geocoder();g_9c0badf6e91e4834393525f7dca1291d.geocode( { 'address': "19000 N Hwy 88, Lockeford, CA 95237"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lockeford-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('lockeford-CA-wells-fargo-bank'), mapOptions);}document.getElementById('3b03d7f8').innerHTML += ' | View Map';var $l9c0badf6e91e4834393525f7dca1291d = '

Wells Fargo Bank

Address: 19000 N Hwy 88, Lockeford, CA 95237
Phone: (209) 367-2090
';var m_9c0badf6e91e4834393525f7dca1291d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_9c0badf6e91e4834393525f7dca1291d['infowindow'] = new google.maps.InfoWindow({content: $l9c0badf6e91e4834393525f7dca1291d});var infowindow = new google.maps.InfoWindow({content: $l9c0badf6e91e4834393525f7dca1291d});google.maps.event.addListener(m_9c0badf6e91e4834393525f7dca1291d, 'click', function() {infowindow.open(map,m_9c0badf6e91e4834393525f7dca1291d);});$marker.push(m_9c0badf6e91e4834393525f7dca1291d);}});}google.maps.event.addDomListener(window, 'load', initialize);