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.4395,-79.3316)};var g_4898db26f9e2d470f0d9931c4fc7b901 = new google.maps.Geocoder();g_4898db26f9e2d470f0d9931c4fc7b901.geocode( { 'address': "16 W Main St, Fredonia, NY 14063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredonia-NY-bahgat-laurito-bahgat').style.display = '';map = new google.maps.Map(document.getElementById('fredonia-NY-bahgat-laurito-bahgat'), mapOptions);}document.getElementById('fe38d441').innerHTML += ' | View Map';var $l4898db26f9e2d470f0d9931c4fc7b901 = '

Bahgat Laurito Bahgat

Address: 16 W Main St, Fredonia, NY 14063, USA
Phone: (716) 679-1434
';var m_4898db26f9e2d470f0d9931c4fc7b901 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bahgat Laurito Bahgat',});m_4898db26f9e2d470f0d9931c4fc7b901['infowindow'] = new google.maps.InfoWindow({content: $l4898db26f9e2d470f0d9931c4fc7b901});var infowindow = new google.maps.InfoWindow({content: $l4898db26f9e2d470f0d9931c4fc7b901});google.maps.event.addListener(m_4898db26f9e2d470f0d9931c4fc7b901, 'click', function() {infowindow.open(map,m_4898db26f9e2d470f0d9931c4fc7b901);});$marker.push(m_4898db26f9e2d470f0d9931c4fc7b901);}});}google.maps.event.addDomListener(window, 'load', initialize);