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.0409,-76.1526)};var g_a3e80e62340f85e584f072b212415d32 = new google.maps.Geocoder();g_a3e80e62340f85e584f072b212415d32.geocode( { 'address': "4732 Onondaga Blvd, Syracuse, NY 13219"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-NY-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-NY-bank-of-america'), mapOptions);}document.getElementById('a25ffb20').innerHTML += ' | View Map';var $la3e80e62340f85e584f072b212415d32 = '

Bank of America

Address: 4732 Onondaga Blvd, Syracuse, NY 13219
Phone: (315) 474-7069
';var m_a3e80e62340f85e584f072b212415d32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_a3e80e62340f85e584f072b212415d32['infowindow'] = new google.maps.InfoWindow({content: $la3e80e62340f85e584f072b212415d32});var infowindow = new google.maps.InfoWindow({content: $la3e80e62340f85e584f072b212415d32});google.maps.event.addListener(m_a3e80e62340f85e584f072b212415d32, 'click', function() {infowindow.open(map,m_a3e80e62340f85e584f072b212415d32);});$marker.push(m_a3e80e62340f85e584f072b212415d32);}});var g_22a7e24fc886bd826804145f33943d15 = new google.maps.Geocoder();g_22a7e24fc886bd826804145f33943d15.geocode( { 'address': "2334 James St, Syracuse, NY 13206"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-NY-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-NY-bank-of-america'), mapOptions);}document.getElementById('0e346d55').innerHTML += ' | View Map';var $l22a7e24fc886bd826804145f33943d15 = '

Bank Of America

Address: 2334 James St, Syracuse, NY 13206
Phone: (315) 438-8697
';var m_22a7e24fc886bd826804145f33943d15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_22a7e24fc886bd826804145f33943d15['infowindow'] = new google.maps.InfoWindow({content: $l22a7e24fc886bd826804145f33943d15});var infowindow = new google.maps.InfoWindow({content: $l22a7e24fc886bd826804145f33943d15});google.maps.event.addListener(m_22a7e24fc886bd826804145f33943d15, 'click', function() {infowindow.open(map,m_22a7e24fc886bd826804145f33943d15);});$marker.push(m_22a7e24fc886bd826804145f33943d15);}});}google.maps.event.addDomListener(window, 'load', initialize);