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(42.8981,-71.6779)};var g_ef76a95879354195a081baae73bc980d = new google.maps.Geocoder();g_ef76a95879354195a081baae73bc980d.geocode( { 'address': "100 N Main St, Mont Vernon, NH 03057"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mont-vernon-NH-first-national-floor-service').style.display = '';map = new google.maps.Map(document.getElementById('mont-vernon-NH-first-national-floor-service'), mapOptions);}document.getElementById('c94a49d7').innerHTML += ' | View Map';var $lef76a95879354195a081baae73bc980d = '

First National Floor Service

Address: 100 N Main St, Mont Vernon, NH 03057
Phone: (603) 673-0107
';var m_ef76a95879354195a081baae73bc980d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Floor Service',});m_ef76a95879354195a081baae73bc980d['infowindow'] = new google.maps.InfoWindow({content: $lef76a95879354195a081baae73bc980d});var infowindow = new google.maps.InfoWindow({content: $lef76a95879354195a081baae73bc980d});google.maps.event.addListener(m_ef76a95879354195a081baae73bc980d, 'click', function() {infowindow.open(map,m_ef76a95879354195a081baae73bc980d);});$marker.push(m_ef76a95879354195a081baae73bc980d);}});}google.maps.event.addDomListener(window, 'load', initialize);