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.6993,-78.8774)};var g_3d84ab65edc34e0bcebab4081714c496 = new google.maps.Geocoder();g_3d84ab65edc34e0bcebab4081714c496.geocode( { 'address': "1519 N Kings Hwy #25, Myrtle Beach, SC 29577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myrtle-beach-SC-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('myrtle-beach-SC-check-into-cash'), mapOptions);}document.getElementById('b7622ba9').innerHTML += ' | View Map';var $l3d84ab65edc34e0bcebab4081714c496 = '

Check Into Cash

Address: 1519 N Kings Hwy #25, Myrtle Beach, SC 29577, USA
Phone: (843) 445-6914
';var m_3d84ab65edc34e0bcebab4081714c496 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_3d84ab65edc34e0bcebab4081714c496['infowindow'] = new google.maps.InfoWindow({content: $l3d84ab65edc34e0bcebab4081714c496});var infowindow = new google.maps.InfoWindow({content: $l3d84ab65edc34e0bcebab4081714c496});google.maps.event.addListener(m_3d84ab65edc34e0bcebab4081714c496, 'click', function() {infowindow.open(map,m_3d84ab65edc34e0bcebab4081714c496);});$marker.push(m_3d84ab65edc34e0bcebab4081714c496);}});}google.maps.event.addDomListener(window, 'load', initialize);