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.0828,-75.2971)};var g_0232bb3a77a91e70b380019585707f4e = new google.maps.Geocoder();g_0232bb3a77a91e70b380019585707f4e.geocode( { 'address': "215 Old Campion Rd, New Hartford, NY 13413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-hartford-NY-utica-gas--electric-cu').style.display = '';map = new google.maps.Map(document.getElementById('new-hartford-NY-utica-gas--electric-cu'), mapOptions);}document.getElementById('dea20870').innerHTML += ' | View Map';var $l0232bb3a77a91e70b380019585707f4e = '

Utica Gas & Electric CU

Address: 215 Old Campion Rd, New Hartford, NY 13413, USA
Phone: (315) 733-1596
';var m_0232bb3a77a91e70b380019585707f4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utica Gas & Electric CU',});m_0232bb3a77a91e70b380019585707f4e['infowindow'] = new google.maps.InfoWindow({content: $l0232bb3a77a91e70b380019585707f4e});var infowindow = new google.maps.InfoWindow({content: $l0232bb3a77a91e70b380019585707f4e});google.maps.event.addListener(m_0232bb3a77a91e70b380019585707f4e, 'click', function() {infowindow.open(map,m_0232bb3a77a91e70b380019585707f4e);});$marker.push(m_0232bb3a77a91e70b380019585707f4e);}});}google.maps.event.addDomListener(window, 'load', initialize);