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(33.8393,-81.6129)};var g_b62f8b7a141070f7bc2410d47f5953cc = new google.maps.Geocoder();g_b62f8b7a141070f7bc2410d47f5953cc.geocode( { 'address': "5480 Columbia Hwy N, Monetta, SC 29105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monetta-SC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('monetta-SC-moneygram'), mapOptions);}document.getElementById('e871a689').innerHTML += ' | View Map';var $lb62f8b7a141070f7bc2410d47f5953cc = '

MoneyGram

Address: 5480 Columbia Hwy N, Monetta, SC 29105, USA
Phone: (803) 580-6300
';var m_b62f8b7a141070f7bc2410d47f5953cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_b62f8b7a141070f7bc2410d47f5953cc['infowindow'] = new google.maps.InfoWindow({content: $lb62f8b7a141070f7bc2410d47f5953cc});var infowindow = new google.maps.InfoWindow({content: $lb62f8b7a141070f7bc2410d47f5953cc});google.maps.event.addListener(m_b62f8b7a141070f7bc2410d47f5953cc, 'click', function() {infowindow.open(map,m_b62f8b7a141070f7bc2410d47f5953cc);});$marker.push(m_b62f8b7a141070f7bc2410d47f5953cc);}});}google.maps.event.addDomListener(window, 'load', initialize);