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.6052,-71.4635)};var g_f7c512eb7665bf289ccf9608050e4bc3 = new google.maps.Geocoder();g_f7c512eb7665bf289ccf9608050e4bc3.geocode( { 'address': "5 Hilliard Rd, Laconia, NH 03246, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laconia-NH-jg-wentworth-home-lending').style.display = '';map = new google.maps.Map(document.getElementById('laconia-NH-jg-wentworth-home-lending'), mapOptions);}document.getElementById('bcfadc32').innerHTML += ' | View Map';var $lf7c512eb7665bf289ccf9608050e4bc3 = '

J.G. Wentworth Home Lending

Address: 5 Hilliard Rd, Laconia, NH 03246, USA
Phone: (603) 366-4777
';var m_f7c512eb7665bf289ccf9608050e4bc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J.G. Wentworth Home Lending',});m_f7c512eb7665bf289ccf9608050e4bc3['infowindow'] = new google.maps.InfoWindow({content: $lf7c512eb7665bf289ccf9608050e4bc3});var infowindow = new google.maps.InfoWindow({content: $lf7c512eb7665bf289ccf9608050e4bc3});google.maps.event.addListener(m_f7c512eb7665bf289ccf9608050e4bc3, 'click', function() {infowindow.open(map,m_f7c512eb7665bf289ccf9608050e4bc3);});$marker.push(m_f7c512eb7665bf289ccf9608050e4bc3);}});}google.maps.event.addDomListener(window, 'load', initialize);