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.6641,-116.691)};var g_1a795f72604e4e1d35075019929d5b95 = new google.maps.Geocoder();g_1a795f72604e4e1d35075019929d5b95.geocode( { 'address': "416 S Kimball Ave, Caldwell, ID 83605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caldwell-ID-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('caldwell-ID-atm-key-bank'), mapOptions);}document.getElementById('e4397b2e').innerHTML += ' | View Map';var $l1a795f72604e4e1d35075019929d5b95 = '

ATM (Key Bank)

Address: 416 S Kimball Ave, Caldwell, ID 83605, USA
Phone:
';var m_1a795f72604e4e1d35075019929d5b95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_1a795f72604e4e1d35075019929d5b95['infowindow'] = new google.maps.InfoWindow({content: $l1a795f72604e4e1d35075019929d5b95});var infowindow = new google.maps.InfoWindow({content: $l1a795f72604e4e1d35075019929d5b95});google.maps.event.addListener(m_1a795f72604e4e1d35075019929d5b95, 'click', function() {infowindow.open(map,m_1a795f72604e4e1d35075019929d5b95);});$marker.push(m_1a795f72604e4e1d35075019929d5b95);}});}google.maps.event.addDomListener(window, 'load', initialize);