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(43.6433,-72.2486)};var g_df524e1be1fa366d2a5ab767027997dd = new google.maps.Geocoder();g_df524e1be1fa366d2a5ab767027997dd.geocode( { 'address': "21 Bank St, Lebanon, NH 03766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lebanon-NH-nationwide-insurance-timothy-j-guaraldi-agency').style.display = '';map = new google.maps.Map(document.getElementById('lebanon-NH-nationwide-insurance-timothy-j-guaraldi-agency'), mapOptions);}document.getElementById('5a614d1c').innerHTML += ' | View Map';var $ldf524e1be1fa366d2a5ab767027997dd = '

Nationwide Insurance: Timothy J Guaraldi Agency

Address: 21 Bank St, Lebanon, NH 03766, USA
Phone: (603) 448-3250
';var m_df524e1be1fa366d2a5ab767027997dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: Timothy J Guaraldi Agency',});m_df524e1be1fa366d2a5ab767027997dd['infowindow'] = new google.maps.InfoWindow({content: $ldf524e1be1fa366d2a5ab767027997dd});var infowindow = new google.maps.InfoWindow({content: $ldf524e1be1fa366d2a5ab767027997dd});google.maps.event.addListener(m_df524e1be1fa366d2a5ab767027997dd, 'click', function() {infowindow.open(map,m_df524e1be1fa366d2a5ab767027997dd);});$marker.push(m_df524e1be1fa366d2a5ab767027997dd);}});}google.maps.event.addDomListener(window, 'load', initialize);