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_fa4c7c9dcdd5a79953b51b076818b6d0 = new google.maps.Geocoder();g_fa4c7c9dcdd5a79953b51b076818b6d0.geocode( { 'address': "9 Hamilton Ter, New York, NY 10031"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-money-gram-international').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-money-gram-international'), mapOptions);}document.getElementById('e49670a5').innerHTML += ' | View Map';var $lfa4c7c9dcdd5a79953b51b076818b6d0 = '

Money Gram International

Address: 9 Hamilton Ter, New York, NY 10031
Phone: (212) 283-6533
';var m_fa4c7c9dcdd5a79953b51b076818b6d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Gram International',});m_fa4c7c9dcdd5a79953b51b076818b6d0['infowindow'] = new google.maps.InfoWindow({content: $lfa4c7c9dcdd5a79953b51b076818b6d0});var infowindow = new google.maps.InfoWindow({content: $lfa4c7c9dcdd5a79953b51b076818b6d0});google.maps.event.addListener(m_fa4c7c9dcdd5a79953b51b076818b6d0, 'click', function() {infowindow.open(map,m_fa4c7c9dcdd5a79953b51b076818b6d0);});$marker.push(m_fa4c7c9dcdd5a79953b51b076818b6d0);}});}google.maps.event.addDomListener(window, 'load', initialize);