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.3444,-83.7611)};var g_1e67a23d1f1d65b8450cc03f9c6871c7 = new google.maps.Geocoder();g_1e67a23d1f1d65b8450cc03f9c6871c7.geocode( { 'address': "1161 S Main St, Bellefontaine, OH 43311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellefontaine-OH-kemba-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bellefontaine-OH-kemba-financial-credit-union'), mapOptions);}document.getElementById('35560b72').innerHTML += ' | View Map';var $l1e67a23d1f1d65b8450cc03f9c6871c7 = '

KEMBA Financial Credit Union

Address: 1161 S Main St, Bellefontaine, OH 43311, USA
Phone: (937) 599-2841
';var m_1e67a23d1f1d65b8450cc03f9c6871c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KEMBA Financial Credit Union',});m_1e67a23d1f1d65b8450cc03f9c6871c7['infowindow'] = new google.maps.InfoWindow({content: $l1e67a23d1f1d65b8450cc03f9c6871c7});var infowindow = new google.maps.InfoWindow({content: $l1e67a23d1f1d65b8450cc03f9c6871c7});google.maps.event.addListener(m_1e67a23d1f1d65b8450cc03f9c6871c7, 'click', function() {infowindow.open(map,m_1e67a23d1f1d65b8450cc03f9c6871c7);});$marker.push(m_1e67a23d1f1d65b8450cc03f9c6871c7);}});}google.maps.event.addDomListener(window, 'load', initialize);