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.9637,-84.3285)};var g_a6318a06779515c45a6c99520689ee32 = new google.maps.Geocoder();g_a6318a06779515c45a6c99520689ee32.geocode( { 'address': "101 N Miami St, West Milton, OH 45383, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-milton-OH-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-milton-OH-atm-us-bank'), mapOptions);}document.getElementById('b034fc39').innerHTML += ' | View Map';var $la6318a06779515c45a6c99520689ee32 = '

ATM (U.S. Bank)

Address: 101 N Miami St, West Milton, OH 45383, USA
Phone:
';var m_a6318a06779515c45a6c99520689ee32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (U.S. Bank)',});m_a6318a06779515c45a6c99520689ee32['infowindow'] = new google.maps.InfoWindow({content: $la6318a06779515c45a6c99520689ee32});var infowindow = new google.maps.InfoWindow({content: $la6318a06779515c45a6c99520689ee32});google.maps.event.addListener(m_a6318a06779515c45a6c99520689ee32, 'click', function() {infowindow.open(map,m_a6318a06779515c45a6c99520689ee32);});$marker.push(m_a6318a06779515c45a6c99520689ee32);}});}google.maps.event.addDomListener(window, 'load', initialize);