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.9054,-82.775)};var g_f2b43d76f1cf7b0be0529cf237a1384d = new google.maps.Geocoder();g_f2b43d76f1cf7b0be0529cf237a1384d.geocode( { 'address': "941 Hill Rd N, Pickerington, OH 43147, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pickerington-OH-kemba-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pickerington-OH-kemba-financial-credit-union'), mapOptions);}document.getElementById('66330a31').innerHTML += ' | View Map';var $lf2b43d76f1cf7b0be0529cf237a1384d = '

KEMBA Financial Credit Union

Address: 941 Hill Rd N, Pickerington, OH 43147, USA
Phone: (614) 235-2395
';var m_f2b43d76f1cf7b0be0529cf237a1384d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KEMBA Financial Credit Union',});m_f2b43d76f1cf7b0be0529cf237a1384d['infowindow'] = new google.maps.InfoWindow({content: $lf2b43d76f1cf7b0be0529cf237a1384d});var infowindow = new google.maps.InfoWindow({content: $lf2b43d76f1cf7b0be0529cf237a1384d});google.maps.event.addListener(m_f2b43d76f1cf7b0be0529cf237a1384d, 'click', function() {infowindow.open(map,m_f2b43d76f1cf7b0be0529cf237a1384d);});$marker.push(m_f2b43d76f1cf7b0be0529cf237a1384d);}});}google.maps.event.addDomListener(window, 'load', initialize);