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.2314,-77.0656)};var g_b249bc1736c7b63b1d5abad05dee73b2 = new google.maps.Geocoder();g_b249bc1736c7b63b1d5abad05dee73b2.geocode( { 'address': "10 Benton Pl, Sodus, NY 14551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sodus-NY-reliant-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sodus-NY-reliant-community-credit-union'), mapOptions);}document.getElementById('a5e443ee').innerHTML += ' | View Map';var $lb249bc1736c7b63b1d5abad05dee73b2 = '

Reliant Community Credit Union

Address: 10 Benton Pl, Sodus, NY 14551, USA
Phone: (800) 724-9282
';var m_b249bc1736c7b63b1d5abad05dee73b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reliant Community Credit Union',});m_b249bc1736c7b63b1d5abad05dee73b2['infowindow'] = new google.maps.InfoWindow({content: $lb249bc1736c7b63b1d5abad05dee73b2});var infowindow = new google.maps.InfoWindow({content: $lb249bc1736c7b63b1d5abad05dee73b2});google.maps.event.addListener(m_b249bc1736c7b63b1d5abad05dee73b2, 'click', function() {infowindow.open(map,m_b249bc1736c7b63b1d5abad05dee73b2);});$marker.push(m_b249bc1736c7b63b1d5abad05dee73b2);}});}google.maps.event.addDomListener(window, 'load', initialize);