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(43.0444,-76.2891)};var g_bbe2977a4c5b136df752894d93b44c72 = new google.maps.Geocoder();g_bbe2977a4c5b136df752894d93b44c72.geocode( { 'address': "100 Kasson Rd, Camillus, NY 13031"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camillus-NY-manufacturers-traders-trust').style.display = '';map = new google.maps.Map(document.getElementById('camillus-NY-manufacturers-traders-trust'), mapOptions);}document.getElementById('ab36857b').innerHTML += ' | View Map';var $lbbe2977a4c5b136df752894d93b44c72 = '

Manufacturers & Traders Trust

Address: 100 Kasson Rd, Camillus, NY 13031
Phone: (315) 487-1518
';var m_bbe2977a4c5b136df752894d93b44c72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Manufacturers & Traders Trust',});m_bbe2977a4c5b136df752894d93b44c72['infowindow'] = new google.maps.InfoWindow({content: $lbbe2977a4c5b136df752894d93b44c72});var infowindow = new google.maps.InfoWindow({content: $lbbe2977a4c5b136df752894d93b44c72});google.maps.event.addListener(m_bbe2977a4c5b136df752894d93b44c72, 'click', function() {infowindow.open(map,m_bbe2977a4c5b136df752894d93b44c72);});$marker.push(m_bbe2977a4c5b136df752894d93b44c72);}});}google.maps.event.addDomListener(window, 'load', initialize);