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.8585,-79.9741)};var g_fc8f474031452b2785609d7b8e81dac3 = new google.maps.Geocoder();g_fc8f474031452b2785609d7b8e81dac3.geocode( { 'address': "610 Evans City Rd, Butler, PA 16001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butler-PA-agchoice-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('butler-PA-agchoice-farm-credit'), mapOptions);}document.getElementById('02e61e9c').innerHTML += ' | View Map';var $lfc8f474031452b2785609d7b8e81dac3 = '

AgChoice Farm Credit

Address: 610 Evans City Rd, Butler, PA 16001, USA
Phone: (724) 482-2173
';var m_fc8f474031452b2785609d7b8e81dac3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgChoice Farm Credit',});m_fc8f474031452b2785609d7b8e81dac3['infowindow'] = new google.maps.InfoWindow({content: $lfc8f474031452b2785609d7b8e81dac3});var infowindow = new google.maps.InfoWindow({content: $lfc8f474031452b2785609d7b8e81dac3});google.maps.event.addListener(m_fc8f474031452b2785609d7b8e81dac3, 'click', function() {infowindow.open(map,m_fc8f474031452b2785609d7b8e81dac3);});$marker.push(m_fc8f474031452b2785609d7b8e81dac3);}});}google.maps.event.addDomListener(window, 'load', initialize);