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.1292,-76.2197)};var g_35212a08d0cdf9880336376c9a25a5f4 = new google.maps.Geocoder();g_35212a08d0cdf9880336376c9a25a5f4.geocode( { 'address': "7421 Oswego Rd, Liverpool, NY 13090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liverpool-NY-solvay-bank').style.display = '';map = new google.maps.Map(document.getElementById('liverpool-NY-solvay-bank'), mapOptions);}document.getElementById('fc998a8e').innerHTML += ' | View Map';var $l35212a08d0cdf9880336376c9a25a5f4 = '

Solvay Bank

Address: 7421 Oswego Rd, Liverpool, NY 13090, USA
Phone: (315) 457-7301
';var m_35212a08d0cdf9880336376c9a25a5f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Solvay Bank',});m_35212a08d0cdf9880336376c9a25a5f4['infowindow'] = new google.maps.InfoWindow({content: $l35212a08d0cdf9880336376c9a25a5f4});var infowindow = new google.maps.InfoWindow({content: $l35212a08d0cdf9880336376c9a25a5f4});google.maps.event.addListener(m_35212a08d0cdf9880336376c9a25a5f4, 'click', function() {infowindow.open(map,m_35212a08d0cdf9880336376c9a25a5f4);});$marker.push(m_35212a08d0cdf9880336376c9a25a5f4);}});}google.maps.event.addDomListener(window, 'load', initialize);