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(46.7014,-67.9781)};var g_66b66ff37e743903d1d1137a66048c4b = new google.maps.Geocoder();g_66b66ff37e743903d1d1137a66048c4b.geocode( { 'address': "148 Reach Rd, Presque Isle, ME 04769, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('presque-isle-ME-calculations-inc').style.display = '';map = new google.maps.Map(document.getElementById('presque-isle-ME-calculations-inc'), mapOptions);}document.getElementById('14301b09').innerHTML += ' | View Map';var $l66b66ff37e743903d1d1137a66048c4b = '

Calculations Inc

Address: 148 Reach Rd, Presque Isle, ME 04769, USA
Phone: (207) 764-2930
';var m_66b66ff37e743903d1d1137a66048c4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Calculations Inc',});m_66b66ff37e743903d1d1137a66048c4b['infowindow'] = new google.maps.InfoWindow({content: $l66b66ff37e743903d1d1137a66048c4b});var infowindow = new google.maps.InfoWindow({content: $l66b66ff37e743903d1d1137a66048c4b});google.maps.event.addListener(m_66b66ff37e743903d1d1137a66048c4b, 'click', function() {infowindow.open(map,m_66b66ff37e743903d1d1137a66048c4b);});$marker.push(m_66b66ff37e743903d1d1137a66048c4b);}});}google.maps.event.addDomListener(window, 'load', initialize);