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.0031,-82.6742)};var g_649634bc7ca601b5907341f5df39f0a4 = new google.maps.Geocoder();g_649634bc7ca601b5907341f5df39f0a4.geocode( { 'address': "86 E Broad St, Pataskala, OH 43062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pataskala-OH-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('pataskala-OH-guaranty-bank'), mapOptions);}document.getElementById('c04322fc').innerHTML += ' | View Map';var $l649634bc7ca601b5907341f5df39f0a4 = '

Guaranty Bank

Address: 86 E Broad St, Pataskala, OH 43062, USA
Phone: (614) 220-4077
';var m_649634bc7ca601b5907341f5df39f0a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_649634bc7ca601b5907341f5df39f0a4['infowindow'] = new google.maps.InfoWindow({content: $l649634bc7ca601b5907341f5df39f0a4});var infowindow = new google.maps.InfoWindow({content: $l649634bc7ca601b5907341f5df39f0a4});google.maps.event.addListener(m_649634bc7ca601b5907341f5df39f0a4, 'click', function() {infowindow.open(map,m_649634bc7ca601b5907341f5df39f0a4);});$marker.push(m_649634bc7ca601b5907341f5df39f0a4);}});}google.maps.event.addDomListener(window, 'load', initialize);