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(40.697,-73.4254)};var g_0ea2cf87ee4b92cb47512acffc14da9d = new google.maps.Geocoder();g_0ea2cf87ee4b92cb47512acffc14da9d.geocode( { 'address': "630 Broadway, Amityville, NY 11701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amityville-NY-six-thousand-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('amityville-NY-six-thousand-credit-union'), mapOptions);}document.getElementById('7b4eec74').innerHTML += ' | View Map';var $l0ea2cf87ee4b92cb47512acffc14da9d = '

Six Thousand Credit Union

Address: 630 Broadway, Amityville, NY 11701, USA
Phone: (631) 789-0303
';var m_0ea2cf87ee4b92cb47512acffc14da9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Six Thousand Credit Union',});m_0ea2cf87ee4b92cb47512acffc14da9d['infowindow'] = new google.maps.InfoWindow({content: $l0ea2cf87ee4b92cb47512acffc14da9d});var infowindow = new google.maps.InfoWindow({content: $l0ea2cf87ee4b92cb47512acffc14da9d});google.maps.event.addListener(m_0ea2cf87ee4b92cb47512acffc14da9d, 'click', function() {infowindow.open(map,m_0ea2cf87ee4b92cb47512acffc14da9d);});$marker.push(m_0ea2cf87ee4b92cb47512acffc14da9d);}});}google.maps.event.addDomListener(window, 'load', initialize);