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.898,-78.884)};var g_6a5288f3d97d197e486a6a62bafe4b2a = new google.maps.Geocoder();g_6a5288f3d97d197e486a6a62bafe4b2a.geocode( { 'address': "499 Franklin St, Buffalo, NY 14202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-nbt').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-nbt'), mapOptions);}document.getElementById('679a6eef').innerHTML += ' | View Map';var $l6a5288f3d97d197e486a6a62bafe4b2a = '

Nbt

Address: 499 Franklin St, Buffalo, NY 14202
Phone: (716) 359-3586
';var m_6a5288f3d97d197e486a6a62bafe4b2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nbt',});m_6a5288f3d97d197e486a6a62bafe4b2a['infowindow'] = new google.maps.InfoWindow({content: $l6a5288f3d97d197e486a6a62bafe4b2a});var infowindow = new google.maps.InfoWindow({content: $l6a5288f3d97d197e486a6a62bafe4b2a});google.maps.event.addListener(m_6a5288f3d97d197e486a6a62bafe4b2a, 'click', function() {infowindow.open(map,m_6a5288f3d97d197e486a6a62bafe4b2a);});$marker.push(m_6a5288f3d97d197e486a6a62bafe4b2a);}});}google.maps.event.addDomListener(window, 'load', initialize);