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(40.068,-82.5173)};var g_4566730a1a4514d007a66223ee734430 = new google.maps.Geocoder();g_4566730a1a4514d007a66223ee734430.geocode( { 'address': "230 E Broadway, Granville, OH 43023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granville-OH-concord-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('granville-OH-concord-mortgage-group'), mapOptions);}document.getElementById('f9a58103').innerHTML += ' | View Map';var $l4566730a1a4514d007a66223ee734430 = '

Concord Mortgage Group

Address: 230 E Broadway, Granville, OH 43023, USA
Phone: (740) 587-1121
';var m_4566730a1a4514d007a66223ee734430 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Concord Mortgage Group',});m_4566730a1a4514d007a66223ee734430['infowindow'] = new google.maps.InfoWindow({content: $l4566730a1a4514d007a66223ee734430});var infowindow = new google.maps.InfoWindow({content: $l4566730a1a4514d007a66223ee734430});google.maps.event.addListener(m_4566730a1a4514d007a66223ee734430, 'click', function() {infowindow.open(map,m_4566730a1a4514d007a66223ee734430);});$marker.push(m_4566730a1a4514d007a66223ee734430);}});}google.maps.event.addDomListener(window, 'load', initialize);