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(39.1017,-120.953)};var g_098cf87b0e781687780c8fbb9c7a5872 = new google.maps.Geocoder();g_098cf87b0e781687780c8fbb9c7a5872.geocode( { 'address': "33 Depot St, Colfax, CA 95713, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colfax-CA-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('colfax-CA-bank-of-america-atm'), mapOptions);}document.getElementById('9fd026cb').innerHTML += ' | View Map';var $l098cf87b0e781687780c8fbb9c7a5872 = '

Bank of America ATM

Address: 33 Depot St, Colfax, CA 95713, USA
Phone: (800) 622-8731
';var m_098cf87b0e781687780c8fbb9c7a5872 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America ATM',});m_098cf87b0e781687780c8fbb9c7a5872['infowindow'] = new google.maps.InfoWindow({content: $l098cf87b0e781687780c8fbb9c7a5872});var infowindow = new google.maps.InfoWindow({content: $l098cf87b0e781687780c8fbb9c7a5872});google.maps.event.addListener(m_098cf87b0e781687780c8fbb9c7a5872, 'click', function() {infowindow.open(map,m_098cf87b0e781687780c8fbb9c7a5872);});$marker.push(m_098cf87b0e781687780c8fbb9c7a5872);}});}google.maps.event.addDomListener(window, 'load', initialize);