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.9138,-121.294)};var g_6dcca2f79e4a4672f7c91f58385b4582 = new google.maps.Geocoder();g_6dcca2f79e4a4672f7c91f58385b4582.geocode( { 'address': "685 S State Highway 65, Lincoln, CA 95648"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-CA-bank-of-america'), mapOptions);}document.getElementById('5dd72586').innerHTML += ' | View Map';var $l6dcca2f79e4a4672f7c91f58385b4582 = '

Bank of America

Address: 685 S State Highway 65, Lincoln, CA 95648
Phone: (916) 543-9530
';var m_6dcca2f79e4a4672f7c91f58385b4582 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_6dcca2f79e4a4672f7c91f58385b4582['infowindow'] = new google.maps.InfoWindow({content: $l6dcca2f79e4a4672f7c91f58385b4582});var infowindow = new google.maps.InfoWindow({content: $l6dcca2f79e4a4672f7c91f58385b4582});google.maps.event.addListener(m_6dcca2f79e4a4672f7c91f58385b4582, 'click', function() {infowindow.open(map,m_6dcca2f79e4a4672f7c91f58385b4582);});$marker.push(m_6dcca2f79e4a4672f7c91f58385b4582);}});}google.maps.event.addDomListener(window, 'load', initialize);