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(44.2613,-72.5763)};var g_e4d79473bcb55b9dcabb13c2f8802add = new google.maps.Geocoder();g_e4d79473bcb55b9dcabb13c2f8802add.geocode( { 'address': "24 Elm St, Montpelier, VT 05602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montpelier-VT-kdp-asset-management-inc').style.display = '';map = new google.maps.Map(document.getElementById('montpelier-VT-kdp-asset-management-inc'), mapOptions);}document.getElementById('5cf1ace5').innerHTML += ' | View Map';var $le4d79473bcb55b9dcabb13c2f8802add = '

KDP Asset Management, Inc.

Address: 24 Elm St, Montpelier, VT 05602, USA
Phone: (802) 223-0440
';var m_e4d79473bcb55b9dcabb13c2f8802add = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KDP Asset Management, Inc.',});m_e4d79473bcb55b9dcabb13c2f8802add['infowindow'] = new google.maps.InfoWindow({content: $le4d79473bcb55b9dcabb13c2f8802add});var infowindow = new google.maps.InfoWindow({content: $le4d79473bcb55b9dcabb13c2f8802add});google.maps.event.addListener(m_e4d79473bcb55b9dcabb13c2f8802add, 'click', function() {infowindow.open(map,m_e4d79473bcb55b9dcabb13c2f8802add);});$marker.push(m_e4d79473bcb55b9dcabb13c2f8802add);}});}google.maps.event.addDomListener(window, 'load', initialize);