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.0451,-76.1504)};var g_24a090fe307463199750760007c3888d = new google.maps.Geocoder();g_24a090fe307463199750760007c3888d.geocode( { 'address': "100 Madison Street, Syracuse, NY 13202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-NY-money-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-NY-money-federal-credit-union'), mapOptions);}document.getElementById('3af2c50c').innerHTML += ' | View Map';var $l24a090fe307463199750760007c3888d = '

Money Federal Credit Union

Address: 100 Madison Street, Syracuse, NY 13202, USA
Phone: (315) 671-4000
';var m_24a090fe307463199750760007c3888d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Federal Credit Union',});m_24a090fe307463199750760007c3888d['infowindow'] = new google.maps.InfoWindow({content: $l24a090fe307463199750760007c3888d});var infowindow = new google.maps.InfoWindow({content: $l24a090fe307463199750760007c3888d});google.maps.event.addListener(m_24a090fe307463199750760007c3888d, 'click', function() {infowindow.open(map,m_24a090fe307463199750760007c3888d);});$marker.push(m_24a090fe307463199750760007c3888d);}});}google.maps.event.addDomListener(window, 'load', initialize);