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.739,-78.1352)};var g_bfd5a66a69fb7c69d67c273af438f3a9 = new google.maps.Geocoder();g_bfd5a66a69fb7c69d67c273af438f3a9.geocode( { 'address': "36 Center St, Warsaw, NY 14569, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warsaw-NY-wyoming-county-business-center').style.display = '';map = new google.maps.Map(document.getElementById('warsaw-NY-wyoming-county-business-center'), mapOptions);}document.getElementById('54d186a1').innerHTML += ' | View Map';var $lbfd5a66a69fb7c69d67c273af438f3a9 = '

Wyoming County Business Center

Address: 36 Center St, Warsaw, NY 14569, USA
Phone: (585) 786-3764
';var m_bfd5a66a69fb7c69d67c273af438f3a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wyoming County Business Center',});m_bfd5a66a69fb7c69d67c273af438f3a9['infowindow'] = new google.maps.InfoWindow({content: $lbfd5a66a69fb7c69d67c273af438f3a9});var infowindow = new google.maps.InfoWindow({content: $lbfd5a66a69fb7c69d67c273af438f3a9});google.maps.event.addListener(m_bfd5a66a69fb7c69d67c273af438f3a9, 'click', function() {infowindow.open(map,m_bfd5a66a69fb7c69d67c273af438f3a9);});$marker.push(m_bfd5a66a69fb7c69d67c273af438f3a9);}});}google.maps.event.addDomListener(window, 'load', initialize);