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.9161,-76.2337)};var g_ea7332649c98be0761f48c451335b671 = new google.maps.Geocoder();g_ea7332649c98be0761f48c451335b671.geocode( { 'address': "1501 E Little Creek Rd, Norfolk, VA 23518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-VA-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-VA-checksmart'), mapOptions);}document.getElementById('667b1368').innerHTML += ' | View Map';var $lea7332649c98be0761f48c451335b671 = '

CheckSmart

Address: 1501 E Little Creek Rd, Norfolk, VA 23518, USA
Phone: (757) 583-8100
';var m_ea7332649c98be0761f48c451335b671 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_ea7332649c98be0761f48c451335b671['infowindow'] = new google.maps.InfoWindow({content: $lea7332649c98be0761f48c451335b671});var infowindow = new google.maps.InfoWindow({content: $lea7332649c98be0761f48c451335b671});google.maps.event.addListener(m_ea7332649c98be0761f48c451335b671, 'click', function() {infowindow.open(map,m_ea7332649c98be0761f48c451335b671);});$marker.push(m_ea7332649c98be0761f48c451335b671);}});}google.maps.event.addDomListener(window, 'load', initialize);