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(42.1207,-75.9802)};var g_9b59200db07d91929d66d0cacd4f0649 = new google.maps.Geocoder();g_9b59200db07d91929d66d0cacd4f0649.geocode( { 'address': "800 Valley Plaza #5, Johnson City, NY 13790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-NY-kramer--associates-llc').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-NY-kramer--associates-llc'), mapOptions);}document.getElementById('d4ad72b5').innerHTML += ' | View Map';var $l9b59200db07d91929d66d0cacd4f0649 = '

Kramer & Associates LLC

Address: 800 Valley Plaza #5, Johnson City, NY 13790, USA
Phone: (607) 644-9944
';var m_9b59200db07d91929d66d0cacd4f0649 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kramer & Associates LLC',});m_9b59200db07d91929d66d0cacd4f0649['infowindow'] = new google.maps.InfoWindow({content: $l9b59200db07d91929d66d0cacd4f0649});var infowindow = new google.maps.InfoWindow({content: $l9b59200db07d91929d66d0cacd4f0649});google.maps.event.addListener(m_9b59200db07d91929d66d0cacd4f0649, 'click', function() {infowindow.open(map,m_9b59200db07d91929d66d0cacd4f0649);});$marker.push(m_9b59200db07d91929d66d0cacd4f0649);}});}google.maps.event.addDomListener(window, 'load', initialize);