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.8202,-73.9202)};var g_2f9fe1e3d5d2749628ccbd9e7d3f377b = new google.maps.Geocoder();g_2f9fe1e3d5d2749628ccbd9e7d3f377b.geocode( { 'address': "689 E Tremont Ave, Bronx, NY 10457"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bronx-NY-money-gram-international').style.display = '';map = new google.maps.Map(document.getElementById('bronx-NY-money-gram-international'), mapOptions);}document.getElementById('9ed7bd44').innerHTML += ' | View Map';var $l2f9fe1e3d5d2749628ccbd9e7d3f377b = '

Money Gram International

Address: 689 E Tremont Ave, Bronx, NY 10457
Phone: (718) 583-2068
';var m_2f9fe1e3d5d2749628ccbd9e7d3f377b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Gram International',});m_2f9fe1e3d5d2749628ccbd9e7d3f377b['infowindow'] = new google.maps.InfoWindow({content: $l2f9fe1e3d5d2749628ccbd9e7d3f377b});var infowindow = new google.maps.InfoWindow({content: $l2f9fe1e3d5d2749628ccbd9e7d3f377b});google.maps.event.addListener(m_2f9fe1e3d5d2749628ccbd9e7d3f377b, 'click', function() {infowindow.open(map,m_2f9fe1e3d5d2749628ccbd9e7d3f377b);});$marker.push(m_2f9fe1e3d5d2749628ccbd9e7d3f377b);}});}google.maps.event.addDomListener(window, 'load', initialize);