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.752,-73.9945)};var g_198dd5fb9c43b2d29a548f8c77e85cf9 = new google.maps.Geocoder();g_198dd5fb9c43b2d29a548f8c77e85cf9.geocode( { 'address': "100 Church St, New York, NY 10007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-credit-jack').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-credit-jack'), mapOptions);}document.getElementById('a10ac639').innerHTML += ' | View Map';var $l198dd5fb9c43b2d29a548f8c77e85cf9 = '

Credit Jack

Address: 100 Church St, New York, NY 10007
Phone: (800) 490-2350
';var m_198dd5fb9c43b2d29a548f8c77e85cf9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Jack',});m_198dd5fb9c43b2d29a548f8c77e85cf9['infowindow'] = new google.maps.InfoWindow({content: $l198dd5fb9c43b2d29a548f8c77e85cf9});var infowindow = new google.maps.InfoWindow({content: $l198dd5fb9c43b2d29a548f8c77e85cf9});google.maps.event.addListener(m_198dd5fb9c43b2d29a548f8c77e85cf9, 'click', function() {infowindow.open(map,m_198dd5fb9c43b2d29a548f8c77e85cf9);});$marker.push(m_198dd5fb9c43b2d29a548f8c77e85cf9);}});}google.maps.event.addDomListener(window, 'load', initialize);