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(41.385,-81.4574)};var g_9fd5e502c1640f62738c8a908d3eb0f7 = new google.maps.Geocoder();g_9fd5e502c1640f62738c8a908d3eb0f7.geocode( { 'address': "31320 Solon Rd # 19, Solon, OH 44139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('solon-OH-robert-halliday-co').style.display = '';map = new google.maps.Map(document.getElementById('solon-OH-robert-halliday-co'), mapOptions);}document.getElementById('1b73714c').innerHTML += ' | View Map';var $l9fd5e502c1640f62738c8a908d3eb0f7 = '

Robert Halliday Co

Address: 31320 Solon Rd # 19, Solon, OH 44139, USA
Phone: (440) 248-5202
';var m_9fd5e502c1640f62738c8a908d3eb0f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Robert Halliday Co',});m_9fd5e502c1640f62738c8a908d3eb0f7['infowindow'] = new google.maps.InfoWindow({content: $l9fd5e502c1640f62738c8a908d3eb0f7});var infowindow = new google.maps.InfoWindow({content: $l9fd5e502c1640f62738c8a908d3eb0f7});google.maps.event.addListener(m_9fd5e502c1640f62738c8a908d3eb0f7, 'click', function() {infowindow.open(map,m_9fd5e502c1640f62738c8a908d3eb0f7);});$marker.push(m_9fd5e502c1640f62738c8a908d3eb0f7);}});}google.maps.event.addDomListener(window, 'load', initialize);