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.7377,-73.9886)};var g_0e2ce1f2c5486c478924a82949d0b524 = new google.maps.Geocoder();g_0e2ce1f2c5486c478924a82949d0b524.geocode( { 'address': "228 Park Ave S, New York, NY 10003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-cash4cases').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-cash4cases'), mapOptions);}document.getElementById('cc5ff74e').innerHTML += ' | View Map';var $l0e2ce1f2c5486c478924a82949d0b524 = '

Cash4Cases

Address: 228 Park Ave S, New York, NY 10003, USA
Phone: (800) 555-4356
';var m_0e2ce1f2c5486c478924a82949d0b524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash4Cases',});m_0e2ce1f2c5486c478924a82949d0b524['infowindow'] = new google.maps.InfoWindow({content: $l0e2ce1f2c5486c478924a82949d0b524});var infowindow = new google.maps.InfoWindow({content: $l0e2ce1f2c5486c478924a82949d0b524});google.maps.event.addListener(m_0e2ce1f2c5486c478924a82949d0b524, 'click', function() {infowindow.open(map,m_0e2ce1f2c5486c478924a82949d0b524);});$marker.push(m_0e2ce1f2c5486c478924a82949d0b524);}});}google.maps.event.addDomListener(window, 'load', initialize);