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.7452,-78.8321)};var g_153c6482f241f523355119b66012b72e = new google.maps.Geocoder();g_153c6482f241f523355119b66012b72e.geocode( { 'address': "820 67th Ave N #6923, Myrtle Beach, SC 29572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myrtle-beach-SC-global-payment-terminal').style.display = '';map = new google.maps.Map(document.getElementById('myrtle-beach-SC-global-payment-terminal'), mapOptions);}document.getElementById('3a1f6a4f').innerHTML += ' | View Map';var $l153c6482f241f523355119b66012b72e = '

Global Payment Terminal

Address: 820 67th Ave N #6923, Myrtle Beach, SC 29572, USA
Phone: (484) 767-5985
';var m_153c6482f241f523355119b66012b72e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Payment Terminal',});m_153c6482f241f523355119b66012b72e['infowindow'] = new google.maps.InfoWindow({content: $l153c6482f241f523355119b66012b72e});var infowindow = new google.maps.InfoWindow({content: $l153c6482f241f523355119b66012b72e});google.maps.event.addListener(m_153c6482f241f523355119b66012b72e, 'click', function() {infowindow.open(map,m_153c6482f241f523355119b66012b72e);});$marker.push(m_153c6482f241f523355119b66012b72e);}});}google.maps.event.addDomListener(window, 'load', initialize);