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.0496,-76.0536)};var g_9c33495b68df3d91b9644c7fc1334bdf = new google.maps.Geocoder();g_9c33495b68df3d91b9644c7fc1334bdf.geocode( { 'address': "5720 Commons Park, East Syracuse, NY 13057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-syracuse-NY-countryside-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('east-syracuse-NY-countryside-federal-cu'), mapOptions);}document.getElementById('eb0a4244').innerHTML += ' | View Map';var $l9c33495b68df3d91b9644c7fc1334bdf = '

Countryside Federal CU

Address: 5720 Commons Park, East Syracuse, NY 13057, USA
Phone: (315) 445-2300
';var m_9c33495b68df3d91b9644c7fc1334bdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Countryside Federal CU',});m_9c33495b68df3d91b9644c7fc1334bdf['infowindow'] = new google.maps.InfoWindow({content: $l9c33495b68df3d91b9644c7fc1334bdf});var infowindow = new google.maps.InfoWindow({content: $l9c33495b68df3d91b9644c7fc1334bdf});google.maps.event.addListener(m_9c33495b68df3d91b9644c7fc1334bdf, 'click', function() {infowindow.open(map,m_9c33495b68df3d91b9644c7fc1334bdf);});$marker.push(m_9c33495b68df3d91b9644c7fc1334bdf);}});}google.maps.event.addDomListener(window, 'load', initialize);