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.7929,-73.6987)};var g_254485f5096f3ff1a178c3a1590aada5 = new google.maps.Geocoder();g_254485f5096f3ff1a178c3a1590aada5.geocode( { 'address': "1295 Northern Blvd # 22, Manhasset, NY 11030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manhasset-NY-liberty-credit-card-solutions').style.display = '';map = new google.maps.Map(document.getElementById('manhasset-NY-liberty-credit-card-solutions'), mapOptions);}document.getElementById('1304ab83').innerHTML += ' | View Map';var $l254485f5096f3ff1a178c3a1590aada5 = '

Liberty Credit Card Solutions

Address: 1295 Northern Blvd # 22, Manhasset, NY 11030, USA
Phone: (516) 365-5282
';var m_254485f5096f3ff1a178c3a1590aada5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Credit Card Solutions',});m_254485f5096f3ff1a178c3a1590aada5['infowindow'] = new google.maps.InfoWindow({content: $l254485f5096f3ff1a178c3a1590aada5});var infowindow = new google.maps.InfoWindow({content: $l254485f5096f3ff1a178c3a1590aada5});google.maps.event.addListener(m_254485f5096f3ff1a178c3a1590aada5, 'click', function() {infowindow.open(map,m_254485f5096f3ff1a178c3a1590aada5);});$marker.push(m_254485f5096f3ff1a178c3a1590aada5);}});}google.maps.event.addDomListener(window, 'load', initialize);