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.7603,-73.9705)};var g_314b160c8272f308107c33f68e092743 = new google.maps.Geocoder();g_314b160c8272f308107c33f68e092743.geocode( { 'address': "126 E 56th St, New York, NY 10022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-i-payment-inc').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-i-payment-inc'), mapOptions);}document.getElementById('7e8f8462').innerHTML += ' | View Map';var $l314b160c8272f308107c33f68e092743 = '

I Payment Inc

Address: 126 E 56th St, New York, NY 10022, USA
Phone: (212) 802-7200
';var m_314b160c8272f308107c33f68e092743 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'I Payment Inc',});m_314b160c8272f308107c33f68e092743['infowindow'] = new google.maps.InfoWindow({content: $l314b160c8272f308107c33f68e092743});var infowindow = new google.maps.InfoWindow({content: $l314b160c8272f308107c33f68e092743});google.maps.event.addListener(m_314b160c8272f308107c33f68e092743, 'click', function() {infowindow.open(map,m_314b160c8272f308107c33f68e092743);});$marker.push(m_314b160c8272f308107c33f68e092743);}});}google.maps.event.addDomListener(window, 'load', initialize);