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.819,-84.2936)};var g_53629bb005990ce3cf119ab61aa35177 = new google.maps.Geocoder();g_53629bb005990ce3cf119ab61aa35177.geocode( { 'address': "3031 Shiloh Springs Rd, Trotwood, OH 45426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trotwood-OH-keybank-atm').style.display = '';map = new google.maps.Map(document.getElementById('trotwood-OH-keybank-atm'), mapOptions);}document.getElementById('1ed68a68').innerHTML += ' | View Map';var $l53629bb005990ce3cf119ab61aa35177 = '

KeyBank ATM

Address: 3031 Shiloh Springs Rd, Trotwood, OH 45426, USA
Phone: (800) 539-2968
';var m_53629bb005990ce3cf119ab61aa35177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank ATM',});m_53629bb005990ce3cf119ab61aa35177['infowindow'] = new google.maps.InfoWindow({content: $l53629bb005990ce3cf119ab61aa35177});var infowindow = new google.maps.InfoWindow({content: $l53629bb005990ce3cf119ab61aa35177});google.maps.event.addListener(m_53629bb005990ce3cf119ab61aa35177, 'click', function() {infowindow.open(map,m_53629bb005990ce3cf119ab61aa35177);});$marker.push(m_53629bb005990ce3cf119ab61aa35177);}});}google.maps.event.addDomListener(window, 'load', initialize);