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.9758,-78.7305)};var g_1e81d9ddb81fa08481c942a7f794300e = new google.maps.Geocoder();g_1e81d9ddb81fa08481c942a7f794300e.geocode( { 'address': "300 International Dr, Williamsville, NY 14221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsville-NY-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('williamsville-NY-bank-of-america-mortgage'), mapOptions);}document.getElementById('966cff96').innerHTML += ' | View Map';var $l1e81d9ddb81fa08481c942a7f794300e = '

Bank of America Mortgage

Address: 300 International Dr, Williamsville, NY 14221, USA
Phone: (716) 626-3530
';var m_1e81d9ddb81fa08481c942a7f794300e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_1e81d9ddb81fa08481c942a7f794300e['infowindow'] = new google.maps.InfoWindow({content: $l1e81d9ddb81fa08481c942a7f794300e});var infowindow = new google.maps.InfoWindow({content: $l1e81d9ddb81fa08481c942a7f794300e});google.maps.event.addListener(m_1e81d9ddb81fa08481c942a7f794300e, 'click', function() {infowindow.open(map,m_1e81d9ddb81fa08481c942a7f794300e);});$marker.push(m_1e81d9ddb81fa08481c942a7f794300e);}});}google.maps.event.addDomListener(window, 'load', initialize);