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(34.2823,-81.5908)};var g_7c302fa822e16b58936d33bddbafd6e9 = new google.maps.Geocoder();g_7c302fa822e16b58936d33bddbafd6e9.geocode( { 'address': "2828 Main St, Newberry, SC 29108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newberry-SC-express-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('newberry-SC-express-check-advance'), mapOptions);}document.getElementById('5b257831').innerHTML += ' | View Map';var $l7c302fa822e16b58936d33bddbafd6e9 = '

Express Check Advance

Address: 2828 Main St, Newberry, SC 29108, USA
Phone: (803) 276-3456
';var m_7c302fa822e16b58936d33bddbafd6e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Check Advance',});m_7c302fa822e16b58936d33bddbafd6e9['infowindow'] = new google.maps.InfoWindow({content: $l7c302fa822e16b58936d33bddbafd6e9});var infowindow = new google.maps.InfoWindow({content: $l7c302fa822e16b58936d33bddbafd6e9});google.maps.event.addListener(m_7c302fa822e16b58936d33bddbafd6e9, 'click', function() {infowindow.open(map,m_7c302fa822e16b58936d33bddbafd6e9);});$marker.push(m_7c302fa822e16b58936d33bddbafd6e9);}});}google.maps.event.addDomListener(window, 'load', initialize);