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(39.1088,-84.5012)};var g_e2235eca7008f28eba8e88d74ee30509 = new google.maps.Geocoder();g_e2235eca7008f28eba8e88d74ee30509.geocode( { 'address': "600 Vine St, STE 2100, Cincinnati, OH 45202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-bartlett-co').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-bartlett-co'), mapOptions);}document.getElementById('9e9cf389').innerHTML += ' | View Map';var $le2235eca7008f28eba8e88d74ee30509 = '

Bartlett & Co

Address: 600 Vine St, STE 2100, Cincinnati, OH 45202
Phone: (513) 621-4612
';var m_e2235eca7008f28eba8e88d74ee30509 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bartlett & Co',});m_e2235eca7008f28eba8e88d74ee30509['infowindow'] = new google.maps.InfoWindow({content: $le2235eca7008f28eba8e88d74ee30509});var infowindow = new google.maps.InfoWindow({content: $le2235eca7008f28eba8e88d74ee30509});google.maps.event.addListener(m_e2235eca7008f28eba8e88d74ee30509, 'click', function() {infowindow.open(map,m_e2235eca7008f28eba8e88d74ee30509);});$marker.push(m_e2235eca7008f28eba8e88d74ee30509);}});}google.maps.event.addDomListener(window, 'load', initialize);