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.2465,-84.5954)};var g_e72dfec73af536ba5b1d1a13b4267462 = new google.maps.Geocoder();g_e72dfec73af536ba5b1d1a13b4267462.geocode( { 'address': "9620 Colerain Ave Suite 27, Cincinnati, OH 45251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-somerville--co').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-somerville--co'), mapOptions);}document.getElementById('8664e4e5').innerHTML += ' | View Map';var $le72dfec73af536ba5b1d1a13b4267462 = '

Somerville & Co

Address: 9620 Colerain Ave Suite 27, Cincinnati, OH 45251, USA
Phone: (513) 948-9200
';var m_e72dfec73af536ba5b1d1a13b4267462 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerville & Co',});m_e72dfec73af536ba5b1d1a13b4267462['infowindow'] = new google.maps.InfoWindow({content: $le72dfec73af536ba5b1d1a13b4267462});var infowindow = new google.maps.InfoWindow({content: $le72dfec73af536ba5b1d1a13b4267462});google.maps.event.addListener(m_e72dfec73af536ba5b1d1a13b4267462, 'click', function() {infowindow.open(map,m_e72dfec73af536ba5b1d1a13b4267462);});$marker.push(m_e72dfec73af536ba5b1d1a13b4267462);}});}google.maps.event.addDomListener(window, 'load', initialize);