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.7948,-76.3283)};var g_fb84d75636489084adb17deb22e76120 = new google.maps.Geocoder();g_fb84d75636489084adb17deb22e76120.geocode( { 'address': "2007 Victory Blvd, Portsmouth, VA 23702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-VA-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-VA-checksmart'), mapOptions);}document.getElementById('4dc724ed').innerHTML += ' | View Map';var $lfb84d75636489084adb17deb22e76120 = '

CheckSmart

Address: 2007 Victory Blvd, Portsmouth, VA 23702, USA
Phone: (757) 558-9444
';var m_fb84d75636489084adb17deb22e76120 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_fb84d75636489084adb17deb22e76120['infowindow'] = new google.maps.InfoWindow({content: $lfb84d75636489084adb17deb22e76120});var infowindow = new google.maps.InfoWindow({content: $lfb84d75636489084adb17deb22e76120});google.maps.event.addListener(m_fb84d75636489084adb17deb22e76120, 'click', function() {infowindow.open(map,m_fb84d75636489084adb17deb22e76120);});$marker.push(m_fb84d75636489084adb17deb22e76120);}});}google.maps.event.addDomListener(window, 'load', initialize);