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(36.1221,-80.2631)};var g_be7aa2cbaabd6ecadb82439e87d3b2f9 = new google.maps.Geocoder();g_be7aa2cbaabd6ecadb82439e87d3b2f9.geocode( { 'address': "711 Coliseum Plaza Ct # B, Winston-Salem, NC 27106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-interstate-credit-collections').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-interstate-credit-collections'), mapOptions);}document.getElementById('42bb7a3f').innerHTML += ' | View Map';var $lbe7aa2cbaabd6ecadb82439e87d3b2f9 = '

Interstate Credit Collections

Address: 711 Coliseum Plaza Ct # B, Winston-Salem, NC 27106, USA
Phone: (336) 777-3555
';var m_be7aa2cbaabd6ecadb82439e87d3b2f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Interstate Credit Collections',});m_be7aa2cbaabd6ecadb82439e87d3b2f9['infowindow'] = new google.maps.InfoWindow({content: $lbe7aa2cbaabd6ecadb82439e87d3b2f9});var infowindow = new google.maps.InfoWindow({content: $lbe7aa2cbaabd6ecadb82439e87d3b2f9});google.maps.event.addListener(m_be7aa2cbaabd6ecadb82439e87d3b2f9, 'click', function() {infowindow.open(map,m_be7aa2cbaabd6ecadb82439e87d3b2f9);});$marker.push(m_be7aa2cbaabd6ecadb82439e87d3b2f9);}});}google.maps.event.addDomListener(window, 'load', initialize);