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(37.2966,-80.0393)};var g_ebc65df7ac829fd080987405b5f12f3e = new google.maps.Geocoder();g_ebc65df7ac829fd080987405b5f12f3e.geocode( { 'address': "1127 E Main St, Salem, VA 24153, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-VA-check-first-inc').style.display = '';map = new google.maps.Map(document.getElementById('salem-VA-check-first-inc'), mapOptions);}document.getElementById('257a69e1').innerHTML += ' | View Map';var $lebc65df7ac829fd080987405b5f12f3e = '

Check First Inc

Address: 1127 E Main St, Salem, VA 24153, USA
Phone: (540) 380-8121
';var m_ebc65df7ac829fd080987405b5f12f3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check First Inc',});m_ebc65df7ac829fd080987405b5f12f3e['infowindow'] = new google.maps.InfoWindow({content: $lebc65df7ac829fd080987405b5f12f3e});var infowindow = new google.maps.InfoWindow({content: $lebc65df7ac829fd080987405b5f12f3e});google.maps.event.addListener(m_ebc65df7ac829fd080987405b5f12f3e, 'click', function() {infowindow.open(map,m_ebc65df7ac829fd080987405b5f12f3e);});$marker.push(m_ebc65df7ac829fd080987405b5f12f3e);}});}google.maps.event.addDomListener(window, 'load', initialize);