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(43.1943,-112.345)};var g_3400a7cc4c590b9f55f55c5863e1707a = new google.maps.Geocoder();g_3400a7cc4c590b9f55f55c5863e1707a.geocode( { 'address': "501 N Maple St, Blackfoot, ID 83221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blackfoot-ID-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('blackfoot-ID-atm-key-bank'), mapOptions);}document.getElementById('62cedbd1').innerHTML += ' | View Map';var $l3400a7cc4c590b9f55f55c5863e1707a = '

ATM (Key Bank)

Address: 501 N Maple St, Blackfoot, ID 83221, USA
Phone:
';var m_3400a7cc4c590b9f55f55c5863e1707a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_3400a7cc4c590b9f55f55c5863e1707a['infowindow'] = new google.maps.InfoWindow({content: $l3400a7cc4c590b9f55f55c5863e1707a});var infowindow = new google.maps.InfoWindow({content: $l3400a7cc4c590b9f55f55c5863e1707a});google.maps.event.addListener(m_3400a7cc4c590b9f55f55c5863e1707a, 'click', function() {infowindow.open(map,m_3400a7cc4c590b9f55f55c5863e1707a);});$marker.push(m_3400a7cc4c590b9f55f55c5863e1707a);}});}google.maps.event.addDomListener(window, 'load', initialize);