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(40.8678,-124.087)};var g_ae9bdc97cc2a89cffbaf323105f12a2f = new google.maps.Geocoder();g_ae9bdc97cc2a89cffbaf323105f12a2f.geocode( { 'address': "780 7th St, Arcata, CA 95521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arcata-CA-atm-chase').style.display = '';map = new google.maps.Map(document.getElementById('arcata-CA-atm-chase'), mapOptions);}document.getElementById('98915dd9').innerHTML += ' | View Map';var $lae9bdc97cc2a89cffbaf323105f12a2f = '

ATM (Chase)

Address: 780 7th St, Arcata, CA 95521, USA
Phone:
';var m_ae9bdc97cc2a89cffbaf323105f12a2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Chase)',});m_ae9bdc97cc2a89cffbaf323105f12a2f['infowindow'] = new google.maps.InfoWindow({content: $lae9bdc97cc2a89cffbaf323105f12a2f});var infowindow = new google.maps.InfoWindow({content: $lae9bdc97cc2a89cffbaf323105f12a2f});google.maps.event.addListener(m_ae9bdc97cc2a89cffbaf323105f12a2f, 'click', function() {infowindow.open(map,m_ae9bdc97cc2a89cffbaf323105f12a2f);});$marker.push(m_ae9bdc97cc2a89cffbaf323105f12a2f);}});}google.maps.event.addDomListener(window, 'load', initialize);