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(42.9663,-78.6603)};var g_4896bc824fe58ac2fed34311a46dfcb8 = new google.maps.Geocoder();g_4896bc824fe58ac2fed34311a46dfcb8.geocode( { 'address': "8899 Main St #9, Williamsville, NY 14221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsville-NY-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsville-NY-atm-key-bank'), mapOptions);}document.getElementById('3e341ffc').innerHTML += ' | View Map';var $l4896bc824fe58ac2fed34311a46dfcb8 = '

ATM (Key Bank)

Address: 8899 Main St #9, Williamsville, NY 14221, USA
Phone:
';var m_4896bc824fe58ac2fed34311a46dfcb8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_4896bc824fe58ac2fed34311a46dfcb8['infowindow'] = new google.maps.InfoWindow({content: $l4896bc824fe58ac2fed34311a46dfcb8});var infowindow = new google.maps.InfoWindow({content: $l4896bc824fe58ac2fed34311a46dfcb8});google.maps.event.addListener(m_4896bc824fe58ac2fed34311a46dfcb8, 'click', function() {infowindow.open(map,m_4896bc824fe58ac2fed34311a46dfcb8);});$marker.push(m_4896bc824fe58ac2fed34311a46dfcb8);}});}google.maps.event.addDomListener(window, 'load', initialize);