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.8346,-76.1261)};var g_73061f5dcdf6915bc525d5b74d61ce56 = new google.maps.Geocoder();g_73061f5dcdf6915bc525d5b74d61ce56.geocode( { 'address': "272 Bendix Rd, Virginia Beach, VA 23452, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-beach-VA-finfit').style.display = '';map = new google.maps.Map(document.getElementById('virginia-beach-VA-finfit'), mapOptions);}document.getElementById('8d8783b9').innerHTML += ' | View Map';var $l73061f5dcdf6915bc525d5b74d61ce56 = '

FinFit

Address: 272 Bendix Rd, Virginia Beach, VA 23452, USA
Phone: (888) 928-7248
';var m_73061f5dcdf6915bc525d5b74d61ce56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FinFit',});m_73061f5dcdf6915bc525d5b74d61ce56['infowindow'] = new google.maps.InfoWindow({content: $l73061f5dcdf6915bc525d5b74d61ce56});var infowindow = new google.maps.InfoWindow({content: $l73061f5dcdf6915bc525d5b74d61ce56});google.maps.event.addListener(m_73061f5dcdf6915bc525d5b74d61ce56, 'click', function() {infowindow.open(map,m_73061f5dcdf6915bc525d5b74d61ce56);});$marker.push(m_73061f5dcdf6915bc525d5b74d61ce56);}});}google.maps.event.addDomListener(window, 'load', initialize);